Skip to content

Conversation

@hfudev
Copy link
Member

@hfudev hfudev commented Sep 16, 2025

No description provided.

@hfudev hfudev requested a review from Copilot September 16, 2025 07:42
@hfudev hfudev self-assigned this Sep 16, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates esptool command-line arguments and subcommands to use dashes instead of underscores, following the updated esptool naming convention.

  • Changed underscore-based command names to dash-based equivalents (e.g., erase_flasherase-flash)
  • Updated flash-related command arguments to use dashes (e.g., --flash_mode--flash-mode)
  • Applied changes consistently across all pytest-embedded modules that use esptool

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pytest-embedded-serial-esp/pytest_embedded_serial_esp/serial.py Updated erase_flash command to erase-flash
pytest-embedded-qemu/pytest_embedded_qemu/app.py Changed merge_bin to merge-bin in binary creation
pytest-embedded-nuttx/pytest_embedded_nuttx/serial.py Updated flash arguments and write_flash command to dash format
pytest-embedded-idf/pytest_embedded_idf/serial.py Changed multiple esptool commands including write_flash, erase_region, and read_flash
pytest-embedded-arduino/pytest_embedded_arduino/serial.py Updated write_flash command to write-flash

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@hfudev hfudev added this to the 2.0.0 milestone Sep 16, 2025
@hfudev hfudev merged commit fb55565 into main Sep 16, 2025
4 of 5 checks passed
@hfudev hfudev deleted the change/esptool5_underscore branch September 16, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants